한국어
특정 알림을 삭제합니다. 알림을 소유한 사용자만 삭제할 수 있습니다.
cURL
curl --request DELETE \ --url https://your_a2_service/notifications/{id} \ --header 'Authorization: Bearer <token>'
{ "detail": "<string>" }
The access token received from the authorization server in the OAuth 2.0 flow.
알림 ID
Successful Response
이 페이지가 도움이 되었나요?